home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / AmigaSystem / Scalos / PreferencesLib / include / C / proto / preferences.h
Encoding:
C/C++ Source or Header  |  2002-10-28  |  313 b   |  19 lines

  1. #ifndef PROTO_PREFERENCES_H
  2. #define PROTO_PREFERENCES_H
  3.  
  4. #include <exec/types.h>
  5. extern struct Library *PreferencesBase;
  6.  
  7. #include <clib/preferences_protos.h>
  8.  
  9. #ifdef (VBCC || GCC)
  10.     #include <inline/preferences_protos.h>
  11. #else
  12.     #include <pragmas/preferences_pragmas.h>
  13. #endif
  14.  
  15. #endif /* PROTO_PREFERENCES_H */
  16.  
  17.  
  18.  
  19.